-
Notifications
You must be signed in to change notification settings - Fork 104
test: example of configuring config.toml values in systest #667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pausing for now as this became really complicated with cometbft v2 being a dependency. this should likely be removed in another PR. |
cloudgray
reviewed
Oct 9, 2025
aljo242
approved these changes
Oct 14, 2025
technicallyty
commented
Oct 17, 2025
aljo242
reviewed
Oct 17, 2025
Co-authored-by: Alex | Cosmos Labs <[email protected]>
vladjdk
added a commit
that referenced
this pull request
Oct 21, 2025
* Clean up events on EVM reversion in try-catch * Problem: global mutable state in balance handler * currently the balance handler in static precompile is a global mutable * feat(testnet): add configurable testnet validator powers (#708) * add configurable validator power * add changelog * update flag string * update comments * remove string parsing from validation function and update tests --------- Co-authored-by: Vlad J <[email protected]> Co-authored-by: Alex | Cosmos Labs <[email protected]> * fix: don't panic if evm mempool not used (#730) * fix: don't panic if evm mempool not used * Update CHANGELOG.md * fix: avoid tx with unsupported extension option for ExtensionOptionDynamicFeeTx (#733) * fix: avoid nil pointer for tx evm raw cmd (#727) * fix: avoid nil pointer for tx evm raw cmd * cleanup * cleanup * fix: inconsistent block hash in json-rpc responses (#725) * fix: inconsistent block hash in json-rpc responses Update CHANGELOG.md unify unify * fix test --------- Co-authored-by: Vlad J <[email protected]> * fix: non-deterministic evm pre-blocker (#729) * fix: non-deterministic evm pre-blocker Closes: #728 Solution: - remove the state mutation out from the pre-blocker. - production chains should put the state mutation part in their upgrade handler. * Update CHANGELOG.md --------- Co-authored-by: Vlad J <[email protected]> * fix: wrong TransactionIndex in receipt (#723) * fix: avoid 0 TransactionIndex in receipt * add test --------- Co-authored-by: Alex | Cosmos Labs <[email protected]> Co-authored-by: Vlad J <[email protected]> * add test for balance handler overwrite * Fix unit test * chore: align go-ethereum fork as main (#737) * undo race removal * Add precompile caller json to main files * add debug comments * fix imports * test: example of configuring config.toml values in systest (#667) * allow testnet config to be configured via flags * configured * use tag * updates * remove comment * readme stuff * maybe update sdk and comet versions * replace the store * fix * just change ordering i guess * deleting test case * just skip it * Update tests/systemtests/go.mod Co-authored-by: Alex | Cosmos Labs <[email protected]> * tidy * add systemtest for cosmos tx compat --------- Co-authored-by: Alex | Cosmos Labs <[email protected]> * fix: evm mempool should be disabled if max-txs < 0 (#734) * fix: evm mempool should be disabled if max-txs < 0 * Update CHANGELOG.md * fix: add InitEvmCoinInfo upgrade to avoid panic when denom is not registered (#736) --------- Co-authored-by: yihuang <[email protected]> Co-authored-by: Abdul Malek <[email protected]> Co-authored-by: Alex | Cosmos Labs <[email protected]> Co-authored-by: yihuang <[email protected]> Co-authored-by: mmsqe <[email protected]> Co-authored-by: Tyler <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
update that allows configuration to be added to the nodes in system test. see readme for example
Closes: #696
Closes: STACK-1591
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
main
branch